Fix a typo in the description of the links manifest key
authorIvan Ukhov <ivan.ukhov@gmail.com>
Tue, 17 Mar 2015 07:22:44 +0000 (08:22 +0100)
committerIvan Ukhov <ivan.ukhov@gmail.com>
Tue, 17 Mar 2015 07:22:44 +0000 (08:22 +0100)
src/doc/build-script.md

index 0ac897e970ec602d5b67a51be476801591735937..8ee6e07d5743ce3c7b48c81132f5d3c6696f313b 100644 (file)
@@ -124,7 +124,7 @@ links = "foo"
 build = "build.rs"
 ```
 
-This manifest states that the packages links to the `libfoo` native library, and
+This manifest states that the package links to the `libfoo` native library, and
 it also has a build script for locating and/or building the library. Cargo
 requires that a `build` command is specified if a `links` entry is also
 specified.